home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_60385.txt < prev    next >
Text File  |  1987-11-25  |  1KB  |  47 lines

  1. -- card: 60385 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=318 top=180 right=198 bottom=341
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   setCrossReference
  23.   go to card id 114689
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part contents for background part 2
  29. ----- text -----
  30. Param (get a single parameter)
  31.  
  32. -- part contents for background part 1
  33. ----- text -----
  34. param(<number>)
  35.  
  36. Return a single argument.  <Number> is the position of the argument‚Äîparam(0) is the command name, param
  37. (1) is the first word after it, etc.  Works with paramCount to allow you to pass variable length parameters.  See paramCount.*
  38.  
  39. on goBack                    -- go back N cards
  40.   repeat param(1)        -- what number did she type?
  41.      go previous             -- go back that many cards
  42.   end repeat  
  43. end goBack
  44.  
  45. -- part contents for background part 43
  46. ----- text -----
  47. 337,169